home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batwait.zip / BATWAIT.DOC next >
Text File  |  1988-09-04  |  2KB  |  66 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.           September 4, 1988
  7.  
  8.  
  9.                                 BATWAIT.EXE
  10.  
  11.  
  12.  
  13.           Batwait is a Batch file time delay program.  It can provide
  14.           delays of from 1 to up to 65535 seconds.   I don't think
  15.           many people need delays that long but, the use of a delay
  16.           can meet certain needs in late night or multiple process
  17.           execution batch files.
  18.  
  19.           One could set up a batch file with instructions to be read
  20.           by the user, with delays providing adequate time to read the
  21.           screen, but without requiring the user to press a key to
  22.           continue.  Error messages that are issued upon exit from an
  23.           aborted program run,  can be held on screen before the batch
  24.           file continues, or clears the screen, by inserting a moder-
  25.           ate delay after the program in the batch file.
  26.  
  27.           Those of you running bulletin boards with timed events that
  28.           execute at night may benefit from a delay between closely
  29.           timed events.  One could even delay the execution of an any
  30.           program by giving a time value equal to the length of delay
  31.           one might need in seconds.  Up to 18.2 hours can be delayed
  32.           with precision.  The timer is not machine clock dependent,
  33.           and will run correctly on any machine.
  34.  
  35.           Here are some delay values so that you won't need to compute
  36.           them:
  37.  
  38.           10 minutes    = 600
  39.           20 minutes    = 1200
  40.           30 minutes    = 1800
  41.           One hour      = 3600
  42.           1.5 hours     = 5400
  43.           Two hours     = 7200
  44.           2.5 hours     = 9000
  45.           Three hours   = 10800
  46.           Four hours    = 14400
  47.           Five hours    = 18000
  48.           Six hours     = 21600
  49.           Seven Hours   = 25200
  50.           Eight hours   = 28800
  51.  
  52.           I think you have the picture.  This program may be posted on
  53.           any BBS or service so long as the entire ARC file is posted.
  54.           If you find you include this program in your batch files or
  55.           any of your customers, should you be so inclined, just take
  56.           a moment and drop Two dollars in an enevelope and mail it to
  57.           me at the address below and more useful programs may appear!
  58.  
  59.           Timothy B. Coleman
  60.           11115 Kenmoor Dr.
  61.           Detroit, Michigan. 48205
  62.  
  63.  
  64.  
  65.  
  66.